projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5e77f
)
(struct iso2022_spec): Change the declaration of
author
Kenichi Handa
<handa@m17n.org>
Mon, 19 May 1997 03:33:50 +0000
(
03:33
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 19 May 1997 03:33:50 +0000
(
03:33
+0000)
requested_designation from `char' to `int'.
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index 47777fddb94717710a53147fae77d7bd8fb805f6..f0b4033d107af306372f25b93cec68965009092c 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-149,7
+149,7
@@
struct iso2022_spec
int initial_designation[4];
/* A graphic register to which each charset should be designated. */
-
char
requested_designation[MAX_CHARSET + 1];
+
int
requested_designation[MAX_CHARSET + 1];
/* Set to 1 temporarily only when graphic register 2 or 3 is invoked
by single-shift while encoding. */